From 55cc5252a58afaecdeb45e99a8be6f7122144fea Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Mar 2001 19:51:51 +0000 Subject: [PATCH] (follow-avoid-tail-recenter): Doc fix. --- lisp/follow.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/follow.el b/lisp/follow.el index dd2a17c9b0b..92ad5829e4d 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -1,6 +1,6 @@ ;;; follow.el --- Minor mode, Synchronize windows showing the same buffer. -;; Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. ;; Author: Anders Lindgren ;; Maintainer: Anders Lindgren @@ -1479,7 +1479,7 @@ position of the first window. Otherwise it is a good guess." (defun follow-avoid-tail-recenter (&rest rest) "Make sure windows displaying the end of a buffer aren't recentered. -This is done by reading and rewriting the start positon of +This is done by reading and rewriting the start position of non-first windows in Follow Mode." (if follow-avoid-tail-recenter-p (let* ((orig-buffer (current-buffer)) -- 2.30.2